home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / OOP_Course / Labs / SimpleEditor / Solution / Makefile next >
Encoding:
Makefile  |  1992-12-19  |  785 b   |  42 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = SimpleEditor
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Smiley.tiff
  16. LOCAL_RESOURCES = SimpleEditor.nib
  17.  
  18. MFILES = SimpleEditor_main.m
  19.  
  20. OTHERSRCS = Makefile
  21.  
  22.  
  23. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  24. INSTALLDIR = $(HOME)/Apps
  25. INSTALLFLAGS = -c -s -m 755
  26. SOURCEMODE = 444
  27.  
  28. ICONSECTIONS =    -sectcreate __ICON app Smiley.tiff
  29.  
  30. LIBS = -lMedia_s -lNeXT_s
  31. DEBUG_LIBS = $(LIBS)
  32. PROF_LIBS = $(LIBS)
  33.  
  34.  
  35. -include Makefile.preamble
  36.  
  37. include $(MAKEFILEDIR)/app.make
  38.  
  39. -include Makefile.postamble
  40.  
  41. -include Makefile.dependencies
  42.